home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / fwmx2k4.exe / Disk1 / data1.cab / App_Files / Configuration / Commands / Reset Warning Dialogs.jsf < prev    next >
Encoding:
Text File  |  2003-08-22  |  246 b   |  23 lines

  1. // Copyright (c) 2000 Macromedia. All rights reserved.
  2.  
  3.  
  4.  
  5.  
  6.  
  7. var message = confirm("This command will reset all \"Don't Show Again\" warning dialogs so that they will appear as needed.");
  8.  
  9.  
  10.  
  11. if (message == true)
  12.  
  13.  {
  14.  
  15.     App.resetWarnings();
  16.  
  17. }
  18.  
  19.  
  20.  
  21.  
  22.  
  23.